home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / povray / povshell.arj / AREA_LIG.TPL next >
Encoding:
Text File  |  1994-01-18  |  321 b   |  22 lines

  1. //Area_light.tpl
  2. /*Syntax:
  3.  
  4. light_source {
  5.    <X, Y, Z> color red # green # blue #
  6.  
  7.    area_light <X1, Y1, Z1>, <X2, Y2, Z2>, N1, N2
  8.    adaptive #
  9.    jitter
  10.  
  11.    [optional spotlight parameters]
  12. } */
  13.  
  14.  
  15. light_source {
  16.    < ,   ,  > color
  17.  
  18.    area_light < ,  ,  >, < ,  ,   >,  ,
  19.    adaptive
  20.    jitter
  21. }
  22.